func golang.org/x/net/internal/httpsfv.consumeDate
3 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L521: func consumeDate(s string) (consumed, rest string, ok bool) {
httpsfv.go#L542: if _, rest, ok := consumeDate(s); !ok || rest != "" {
httpsfv.go#L659: return consumeDate(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)